JMNewAppletLocatorFromInfo
Locates an applet synchronously using information in the applet locator information block structure.
OSStatus JMNewAppletLocatorFromInfo ( JMAppletLocatorRef* locatorRef, JMSessionRef session, const JMLocatorInfoBlock* info, JMClientData data);
locatorRef- A pointer to the locator. On return, this parameter is the new applet locator.
session- The session in which you want to instantiate the applet.
info- A pointer to an applet locator information block structure. For more information, see "The Applet Locator Information Block".
data- Optional client-specific data.
- function result
- A result code; see "JManager Result Codes".
SEE ALSO
"Finding Applets".The
JMNewAppletLocatorfunction.The
JMDisposeAppletLocatorfunction.